vector_subtract_scalar
Syntax:
vector_subtract_scalar(vector, scalar)
Arguments:
Argument Name | Type | Description |
---|---|---|
vector | vector | vector to modify |
scalar | real | scalar to use |
Returns: (vector)
Description:
Subtracts a scalar value from all units of a given vector. Vector can be of any size.